github.com/refraction-networking/utls.SessionState.version (field)
16 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L441: if v == session.version {
handshake_client.go#L482: if session.version != VersionTLS13 {
handshake_client.go#L946: if hs.session.version != c.vers {
handshake_server.go#L489: if c.vers != sessionState.version {
handshake_server_tls13.go#L383: if sessionState.version != VersionTLS13 {
ticket.go#L80: version uint16
ticket.go#L110: b.AddUint16(s.version)
ticket.go#L165: if s.version >= VersionTLS13 {
ticket.go#L188: if !s.ReadUint16(&ss.version) ||
ticket.go#L279: if ss.version < VersionTLS13 {
ticket.go#L295: version: c.vers,
u_conn.go#L182: if session.version == VersionTLS12 {
u_public.go#L699: version: Vers,
u_public.go#L717: return css.session.version
u_public.go#L752: css.session.version = Vers
u_session_ticket.go#L61: uAssert(session.version == VersionTLS12 && session != nil && ticket != nil, "tls: InitializeByUtls failed: the session is not a tls 1.2 session")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |